home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / dbf_demo.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-10-30  |  498b  |  19 lines

  1. echo off
  2. cls
  3. if not exist installh.exe goto noinstall
  4. installh
  5. if errorlevel 1 goto exit
  6. if not exist demo.bat goto noinstall
  7. demo install
  8. goto exit
  9. :noinstall
  10. echo                         dBFast Demo
  11. echo         ===========================================
  12. echo  
  13. echo         Sorry, your dBFast demo disk seems to be 
  14. echo         missing files.  Please make sure the DOS
  15. echo         prompt is set to the drive containing the
  16. echo         demo disk (e.g., "A>").
  17. echo  
  18. :exit
  19.